home *** CD-ROM | disk | FTP | other *** search
- on muiLoseGame
- global alertResult
- set alertObj to new(xtra("MUI"))
- set alertInitList to [#buttons: #Ok, #default: 1, #title: "RealGirls", #message: "You lost all your clothes! Game over.", #movable: 0]
- if objectp(alertObj) then
- set result to alert(alertObj, alertInitList)
- tell the stage
- afterLoseBox()
- end tell
- end if
- end
-